@media (max-width: 1024px) {
  .service:where(.astro-O5BWJDHE) {
    flex-direction: column-reverse;
  }
}
.section-ttl:where(.astro-CWIR7EX2) {
  margin-bottom: 5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.section-subtitle:where(.astro-CWIR7EX2) {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--secondary-color);
}
@media (min-width: 1024px) {
  .section-subtitle:where(.astro-CWIR7EX2) {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
td:where(.astro-CWIR7EX2) {
  border-bottom: 1px solid var(--secondary-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  td:where(.astro-CWIR7EX2) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  tr:where(.astro-CWIR7EX2) {
    display: flex;
    flex-direction: column;
  }
  td:where(.astro-CWIR7EX2) {
    padding: 0.25rem 0;
    border-bottom: 0px;
  }
  td:where(.astro-CWIR7EX2):nth-child(even) {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 1.5rem;
    margin-bottom: 32px;
  }
}
